xen: arm: fix build of hvm.c
authorIan Campbell <ian.campbell@citrix.com>
Tue, 5 Feb 2013 11:46:12 +0000 (11:46 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 5 Feb 2013 11:46:12 +0000 (11:46 +0000)
commitda834703b5eeb8b5782b344a65edf0a251c25056
treead65bd80f82f6e296074a1e6432844bc967745cf
parentaa6f208aecf5bf286e8c35dc91a7d06c3af2e09c
xen: arm: fix build of hvm.c

Add include of xsm/xsm.h to fix:

hvm.c: In function 'do_hvm_op': hvm.c:37:9: error: implicit declaration of function 'xsm_hvm_param' [-Werror=implicit-function-declaration]
hvm.c:37:9: error: nested extern declaration of 'xsm_hvm_param' [-Werror=nested-externs]
hvm.c:37:28: error: 'XSM_TARGET' undeclared (first use in this function)
hvm.c:37:28: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/hvm.c